json的序列化與反序列化 關於json操作,首先要引用: using Newtonsoft.Json; json反序列化(簡單的轉化成字典值) Dictionary<string, string& ...